/* ns5 CSS*/

/*Define body background and font*/

/*last updated 27 oct 2010*/



body	{background-color:#482F51;
	font-family: arial, helvetica;
	
	}
	
.floatleft { float: left; margin: 5px 5px 5px 5px; }
.floatright { float: right; margin: 5px 5px 5px 5px; }

h1 {
	color: aqua;
	font-size: 24pt;
	font-weight: bold;
	font-style: italic;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	text-shadow: 0.2em 0.2em #333;}

h2 {
	color: black;
	font-size: 14pt;
	font-weight: none;
	font-family: arial, helvetica;
	text-align: center;}
p {
	color: aqua;
	font-size: 13pt;
	font-weight: bold;
	font-family: arial, helvetica;
	text-align: center;}

p2 {
	color: #F30;
	font-size: 13pt;
	font-weight: bold;
	font-family: arial, helvetica;
	text-align: center;}

/*table appearance*/

table.main {
	border: 1px solid;
	border-color: black;
	background-color: #FFF;
	padding: 4px 2px
	border-spacing: 2px
}


td.ns5 {
	background-color:#BD9EC7;
	text-align: center;
	font-family: arial, helvetica;
	font-size: 12pt;
	font-color: black;
	font-weight: none;}	
	
td.ns5title{
	background-color:#BD9EC7;
	text-align: center;
	font-family: arial, helvetica;
	font-size: 14pt;
	font-weight: none;}
	


td.onecolumn {
	background-color:#FFFFCC;
	text-align: left;
	font-family: arial, helvetica;
	font-size: 14pt
}

td.title {
	background-color:#FFFFCC;
	text-align: center;
	font-family: arial, helvetica;
	font-size: 18pt;
	font-weight: bold;
}
td.smtitle{
	background-color:#FFFFff;
	text-align: center;
	font-family: arial, helvetica;
	font-size: 14pt;
	font-weight: none;}

td.normal {
	background-color:#FFFFff;
	text-align: left;
	font-family: arial, helvetica;
	font-size: 10pt;
	font-color: black;
	font-weight: none;
}	


/*normal link?*/



/*Lab Links*/

a.lablink {
	color: #566047;
	font-weight: bold;
	text-decoration: none;
}

a.lablink:link {
	color: #566047;
	text-decoration: underline;
}

a.lablink:hover {
	color: navy;
	text-decoration: underline;
}

a.lablink: visited {
	color: gray;
	text-decoration: none;
}

/*Normal links*/

a.normlink {
	color: #5a6699;
	font-weight: bold;}

a.normlink:link {
	color: #5a6699;
	font-weight: bold;
	text-decoration: none;}
	
a.normlink:visited {
	color: #5a6699;
	font-weight: bold;
	text-decoration: none;}
a.normlink:hover {
	color: navy;
	font-weight: bold;
	text-decoration: underline;}




/*This part inserts the graphic bar at the top of each page*/

#headline1 {
	background-image: url(graphics/brownsatinborder.gif);
	background-repeat: no-repeat;
	background-position: center;
	padding-top:20px;
	margin-bottom: 20px;
}


/*This part inserts the graphic bar at the bottom of each page*/

#headline2 {
	background-image: url(graphics/brownsatinborder.gif);
	background-repeat: no-repeat;
	background-position: center;
	padding-top:1000px;
	margin-bottom: 20px;
}

/*This part determines the link appearance*/

a:visited{
	text-decoration: underline;
	color: #566047;}

a:hover{
	font-weight: bold;
	text-decoration: underline;
	color: #566047;}

a:active{
	font-weight: normal;
	text-decoration: underline;
	color: black;
}


a.tdilink {
	text-align: center;
	font-family: arial, helvetica;
	font-size: 10pt;
	font-color: black;}


a.tdilink: visited {
	text-align: center;
	font-family: arial, helvetica;
	font-size: 10pt;
	font-color: gray;}

a.tdilink: hover{
	font-weight: bold;
	color: black;
	text-decoration: underline;}

a.tdilink: active{
	color: black;
	text-decoration: underline;}
